You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
IntPower Method
>
MtxExpr.IntPower Method ([In] TMtx, int)
Dew Math for .NET
MtxExpr.IntPower Method ([In] TMtx, int)
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
IntPower Method
Collapse All
Compute the integer power function.
Syntax
C#
Visual Basic
public
static
Matrix
IntPower
([In]
TMtx
Base
,
int
Exponent
);
Public
static
Function
IntPower
(
Base
As
[In]
TMtx
,
Exponent
As
Integer
)
As
Matrix
Remarks
Internally calls
Matrix.IntPower
Group
IntPower Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
IntPower Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!